home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10264 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: cdshub.cdc.com!usenet
  2. From: Jesper Bagger <Jesper.Bagger@cdc.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ vs Delphi 2.0
  5. Date: 7 Mar 1996 13:36:38 GMT
  6. Organization: Control Data Denmark
  7. Message-ID: <4hmop6$snh@cdshub.cdc.com>
  8. References: <825673272.2083@axiombc.demon.co.uk>
  9. NNTP-Posting-Host: 129.179.133.82
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  14.  
  15. info@axiombc.demon.co.uk (General Account) wrote:
  16.  
  17. >What I would like to know it your views on C++ against Dephi (the
  18. >Access 7 route has been checked out and I think it'll be rejected).
  19.  
  20. I am not a Delphi developer myself, I develop in C++, but ...
  21. i know about a large installation, where Sybase on a Novell server is used as DBMS backend 
  22. (server), Access 7 is used as DBMS frontend (client) and Delphi programs is written for 
  23. specialized tasks. The Delphi programs use a lot of Sybase stored procedures in order to 
  24. lower network traffic and increase performance.
  25. So choosing Delphi does not automatically rule out Access!
  26.  
  27. >Is C++ easier to develop in?
  28.  
  29. No, C++ has a steep learning curve compared with Pascal (Delphi), and much slower compilation 
  30. speed. So the design-code-test cyclus is much shorter with Delphi.
  31.  
  32. >Has Delphi as many widgets available for Win95 as does C++?
  33.  
  34. Don't know, ask somebody else.
  35.  
  36. >Is Delphi True OO, as is C++?
  37.  
  38. Sure. The major difference is, that there is no implicit constructor/destructor calls in 
  39. Delphi. When objects is created, a Init-procedure must be called. Before objects are deleted, 
  40. a Close/Destruct-procedure must be called, if the objects allocate other objects dynamically.
  41.  
  42. >In real terms, where does Delphi sit, with reference to overall
  43. >program speed? Basing this on C++, Access & VB 4.0.
  44.  
  45. Don't know, ask somebody else.
  46.  
  47. >What about Class Libraries, can we use C++ libraries in Delphi?
  48.  
  49. Yes.
  50.  
  51.  
  52.  
  53.